vcProductCreatorFeedBatch
Configuration of a single batch in vcProductCreatorBatchMode. A batch creates a set number of product instances from the same vcProductType one after another with interval delay in between.
See in: Overview
Module: vcProcessModel
Parent: vcObject
Children -
Referenced by: vcProductCreatorBatchMode.ProductBatches, vcProductCreatorBatchMode.createBatch()
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Interval | vcDistributionProperty | R | Gets an expression property for calculating the delay in seconds between creation of each product in this batch. |
| Limit | Integer | RW | Gets or sets the number of products to create. Exceptions: ValueError: When the value is negative. |
| Part | vcProductType | RW | Gets or sets the product type to create instances of. |
| Properties | vcPropertyContainer | R | Gets the properties of this vcProductCreatorFeedBatch. |
Methods
Learn how to use methods here. The methods are also inherited from the parent class.
| Name | Return Type | Parameters | Description |
| delete | None | None | Deletes this batch from associated vcProductCreatorBatchMode. |